<div>
{% comment %}{% for row in maintenance_summary %}
{% if row.service == "AOV: Annual" %}{% endcomment %}
<body>
<div class="container13 padded-text">
<p class="certificatetitle text-center">Inspection and servicing certificate</p>
<p><b>Certificate of servicing for the smoke control system at:</b></p>
<p><span class="bold-text">Address:</span><i> {{ property.name }} {{ property.address }}</i></p>
<p>I/we being the competent person(s) responsible (as indicated by my/our signatures below) for the
servicing of the smoke control system, particulars of which are set below, CERTIFY that
the said work for which I/we have been responsible conforms to the best of my/our knowledge
and belief with BS 7346-8:2013, Clause 9, except for the variations, if any, startedin this certificate.</p>
{% get_labour_sessions_for_task report as labour_sessions %}
{% get_labour_sessions_for_task report as labour_sessions %}
{% for tasksession in labour_sessions %}
<div class="container11">
<p><b>Name (in block letters):</b><i> {{ tasksession.technician }} </i>
<p><b>Position:</b><i> Engineer</i></p>
</div>
<div class="container11">
<p class="bold-text">Signature: {% render_signature_on_file tasksession.technician.id|stringformat:'d' %}</p>
<p><b>Date: </b><i>{{ tasksession.started|timezone:tasksession.timezone|date:'d/m/Y H:i' }}</i></p>
</div>
{% endfor %}
<p><b>For and on behalf of:</b><i> OZZAS SECURITY SYSTEMS LTD</i></p>
<div class="container11">
<p><b>Address:</b><i> Ozzas Security Systems LTD, Thames Enterprise Centre, Princess Margaret Road, East Tilbury, England<i/></p>
<p><b>PostCode:</b><i> RM18 8RH</i></p>
</div>
<p><b>The extent of liability of the signatory is limited to the system described below.</b></p>
<p><b>Extent of system covered by the certificate:</b></p>
{% include "webtemplates/2024-Ozzas" with value=report.task.scope_of_works %}
<p><b>Deviations from BS 7346-8:2013, Clause 9:</b></p>
<p><i>System design documents not available for inspection.</i></p>
<p><b>Relevant details of the work caried out and faults identified have been entered in the system logbook.</b></p>
<p><i>Please see engineer report for further details.</i></p>
<p><b>System:</b></p>
{% include "webtemplates/2024-prompts" with servicetasks=maintenance_servicetasks %}
</div>
</div>
</body>
{% get_repairs report as repairs %}
{% if repairs %}
{% for repair in repairs|order_by_key:"asset.get_label" %}
<tr class="subhead-1 no-page-break-after">
<td colspan="2">
<strong>{{ repair.asset.get_label }}</strong>
</td>
<td width="15%" class="text-right">
{% if repair.asset %}
<div class="d-inline-block status servicetask {% if repair.asset.compliant %}P{% else %}F{% endif %}">
{% if repair.asset.compliant %}
PASS
{% else %}
FAIL